home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / bootsie.lzh / BOOTSIE / BOOTSIE.ENG next >
Encoding:
Text File  |  1994-07-19  |  4.0 KB  |  98 lines

  1. A short description of 'Bootsie' in English:
  2. --------------------------------------------
  3.  
  4. Bootsie writes some useful and often needed code to the bootsector of
  5. drive A:. It allows also to put your own bootcode into the bootsector.
  6.  
  7. WARNING: Be careful not to overwrite existing executable bootsektors of
  8. original disks like games etc.!
  9.  
  10.  
  11. Boot-Delay - slidebar
  12.  
  13.      You can shorten the built-in boot-delay of the TOS 2.06/3.06
  14.      to the specific time (secondwise) your harddrive needs. If
  15.      you use an older TOS-version, a similar delay code to that
  16.      one of TOS 2.06/3.06 will be put into the bootsector.
  17.  
  18. Sound - radiobuttons
  19.  
  20.      You will hear the selected 'bing' in the bootphase. DOS-machines
  21.      do this, too.
  22.  
  23. Hardware - Init
  24.  
  25.      Cache:   Switches on the instruction-cache of MC68020/30- and the
  26.               data-cache of MC68030-processors. For Atari-TT's, PAK2/3
  27.               or other accelerator-boards.
  28.  
  29.      MSTE:    Switches on 16MHz an the cache of the Mega STE.
  30.  
  31.      Because the above is done very early in the bootphase also AUTO-prg's
  32.      and ACC's are executed faster, otherwise it would be done by the
  33.      desktop or the control-accessory much later, when these programs
  34.      are already executed.
  35.  
  36.      Blitter: Switches on the Blitter-chip, again some slight speed-up
  37.               in bootphase.
  38.  
  39.      No Bell: Suppresses the Control-G-bell, because a lot programmers
  40.               of AUTO-prg's can't resist to put a 'bing' into their
  41.               code. With many of such programs in the AUTO-folder it
  42.               isn't very informative anymore but stressy for the nerves.
  43.               Can be switched on again by the control-accessory.
  44.  
  45.      60 Hz:   Especially for european users, where 50 Hz is the standard
  46.               setting, but who like the more flicker free 60 Hz lowres-
  47.               color-modes.
  48.  
  49.      A: B:    Sets the step rates of both floppy-drives in ms. For users of
  50.               HD-modules or 40 track, DOS-compatible, 5.25"-drives.
  51.  
  52. Message
  53.  
  54.      This message will be shown when booting. To distinguish between
  55.      different boot-disks with different bootcode.
  56.  
  57. Extern
  58.  
  59.      With this option, you can put your own bootcode into the bootsector
  60.      of a disk. This bootcode must be position-independent, programs must
  61.      not have data- or bss-sections. The code must be closed with an 'rts'-
  62.      statement. See and try EXAMPLE.S(.PRG) for this.
  63.  
  64. Please notice, that TOS-versions < 1.04 will execute the bootsector only
  65. after cold-boots, while later versions do it after warm-boots, too.
  66.  
  67.  
  68. I'm sorry, but there are some German texts in dialog boxes. If you try
  69. to install code which isn't useful for your machine (Cache on non 68020/30-
  70. computers, MSTE on non Mega STE's, Blitter without having a Blitter) you
  71. are asked if you really want to do this, maybe for a friend's machine
  72. ("Ja"="Yes") or if you don't ("Nein"="No"). Write-protected disks will
  73. cause a German message too, but additionally you will get the error message
  74. from the TOS. The Info-Box isn't in fact very informative. It shows my and
  75. the programs name, my email-adress and the copyright:
  76.  
  77. **                                                                       **
  78. This program may be copied and distributed free for non commercial purposes.
  79. **                                                                       **
  80.  
  81. Maybe the selection of the steprates won't work with non-German-TOSes
  82. <= 1.02, because this can only be done with undocumented variables. I
  83. don't know if these adresses differ in foreign TOSes.
  84. I used the following
  85.  
  86.          TOS-Version       Drive A:       Drive B:
  87.          -----------------------------------------
  88.             1.00            $A08           $A0C
  89.             1.02            $A4E           $A52       (Source: Profibuch)
  90.  
  91. Please tell me if there are differences to your TOS. I don't expect it
  92. at this low adresses.
  93.  
  94.  
  95. Please send any comments on this program to me via email:
  96.  
  97.                      sk@lumumba.sh.sub.de  (Stefan Krey)
  98.